| 2014-07-28 |
bors | auto merge of #266 : alexcrichton/cargo/docopt, r=wycats |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Alex Crichton | Move from hammer to docopt for option parsing |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
bors | auto merge of #268 : alexcrichton/cargo/issue-267,... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
bors | auto merge of #254 : alexcrichton/cargo/cargo-doc,... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
bors | auto merge of #265 : alexcrichton/cargo/issue-261,... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
bors | auto merge of #276 : alexcrichton/cargo/fix-exe, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Alex Crichton | Correctly discover exe suffix through rustc |
commit | commitdiff | tree | snapshot |
| 2014-07-28 |
Alex Crichton | Add a cargo-doc command |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
bors | auto merge of #256 : alexcrichton/cargo/bootstrap,... |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Alex Crichton | Bootstrap cargo with cargo |
commit | commitdiff | tree | snapshot |
| 2014-07-26 |
Alex Crichton | Inherit stdin when using `cargo run` |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Alex Crichton | Print a message when a command receives a signal |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
bors | auto merge of #263 : rust-lang/cargo/transitive-deps... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Carl Lerche | Pass in initialized Source types into compile op |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
bors | auto merge of #260 : alexcrichton/cargo/issue-229,... |
commit | commitdiff | tree | snapshot |
| 2014-07-25 |
Alex Crichton | Base get_fingerprint on a PackageId |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
bors | auto merge of #257 : alexcrichton/cargo/ld-lib-path... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Alex Crichton | Ensure LD_LIBRARY_PATH is correct for plugins |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
bors | auto merge of #253 : jdeseno/cargo/find-root-manifest... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
bors | auto merge of #252 : rust-lang/cargo/pkg-version-env... |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Carl Lerche | Supply the crate version via ENV vars |
commit | commitdiff | tree | snapshot |
| 2014-07-24 |
Joshua DeSeno | Replace duplicate code for loading project manifest |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #251 : alexcrichton/cargo/print-the-failu... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Ensure a message is printed on test failure |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Allow omitting part of the output of a process |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #249 : alexcrichton/cargo/fix-test-twice... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Only copy over the native output directory once |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Print unknown errors with --verbose |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Fix `cargo test` with a dylib when run twice |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #250 : alexcrichton/cargo/test-deps,... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Ensure binaries are present for tests |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Fix integration tests with same names as libs |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Fix dependencies during tests |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Don't pass around Option<&[T]> for libs/bins |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #248 : alexcrichton/cargo/issue-225,... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Add `cargo new` to the `cargo help` message |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Filter the current package out of override paths |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #246 : alexcrichton/cargo/issue-227,... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
bors | auto merge of #247 : alexcrichton/cargo/extern-myself... |
commit | commitdiff | tree | snapshot |
| 2014-07-23 |
Alex Crichton | Fix crates with the same name as standard crates |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #240 : alexcrichton/cargo/cargo-new,... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Implement cargo-new |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Don't rename a directory to a directory |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #245 : alexcrichton/cargo/fix-fresh,... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Fix travis builds |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Use a hash for -C metadata instead of a string |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #242 : alexcrichton/cargo/issue-111,... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #241 : alexcrichton/cargo/fix, r=wycats |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #238 : alexcrichton/cargo/cstr-builder... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Add a test for closed issue #111 |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Correct a typo in layout preparation |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #237 : cburgdorf/cargo/fix_deprecation_wa... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Christoph Burgdorf | remove deprecated lexical_ordering() usage |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
bors | auto merge of #235 : rust-lang/cargo/better-test-output... |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Fix windows tests |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Use Path::display().to_string() less often |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Move git macros to using `arg()` |
commit | commitdiff | tree | snapshot |
| 2014-07-22 |
Alex Crichton | Simplify the ProcessBuilder struct |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
bors | auto merge of #236 : cburgdorf/cargo/kill_lifetimes... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Christoph Burgdorf | kill unnecessary lifetime annotations |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Yehuda Katz | Improve test output |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Yehuda Katz | Improve error message on failed compile |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
bors | auto merge of #224 : alexcrichton/cargo/canonical-hash... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
bors | auto merge of #222 : alexcrichton/cargo/no-cargo-toml... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
bors | auto merge of #232 : bkoropoff/cargo/fix-repeated-cargo... |
commit | commitdiff | tree | snapshot |
| 2014-07-21 |
Brian Koropoff | Add regression test for running `cargo test` twice |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Brian Koropoff | Fix failure on second run of 'cargo test' |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
bors | auto merge of #231 : alexcrichton/cargo/burningtree... |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Alex Crichton | Factor the metadata into test filenames |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Steve Klabnik | fix deprecated usage |
commit | commitdiff | tree | snapshot |
| 2014-07-20 |
Alex Crichton | Don't look inside target/ for sub-packages |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
Alex Crichton | Canonicalize URLs when hashing sources |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
bors | auto merge of #216 : alexcrichton/cargo/issue-205,... |
commit | commitdiff | tree | snapshot |
| 2014-07-19 |
Alex Crichton | House all native build output in a per-package dir |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Alex Crichton | Blow away all directories/files on each build |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
bors | auto merge of #220 : erickt/cargo/master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
bors | auto merge of #217 : gchp/cargo/docs, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Erick Tryzelaar | Update hammer to fix `cargo build -h`. |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
bors | auto merge of #212 : fhahn/cargo/version, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
bors | auto merge of #219 : alexcrichton/cargo/update-to-mater... |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Alex Crichton | Update to master |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Florian Hahn | Add version command, closes #201 |
commit | commitdiff | tree | snapshot |
| 2014-07-18 |
Greg Chapple | Use [[bin]] instead of [[executable]] in manifest examples |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
bors | auto merge of #213 : fhahn/cargo/fix-warnings-2, r... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Florian Hahn | Use indexing instead of get() function to access Vec |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
bors | auto merge of #208 : alexcrichton/cargo/fix-main-name... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
bors | auto merge of #211 : japaric/cargo/update-toml, r=alexc... |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Jorge Aparicio | Update toml submodule |
commit | commitdiff | tree | snapshot |
| 2014-07-17 |
Alex Crichton | Fix inferred name of `src/main.rs` |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
bors | auto merge of #206 : alexcrichton/cargo/update-toml... |
commit | commitdiff | tree | snapshot |
| 2014-07-16 |
Alex Crichton | Update toml-rs |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
bors | auto merge of #202 : fhahn/cargo/master, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
Florian Hahn | Add --destdir option to install.sh |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
bors | auto merge of #200 : thiagopnts/cargo/master, r=alexcri... |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
thiagopnts | undo inline for better readability |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
thiagopnts | Minor fixes for code style consistency |
commit | commitdiff | tree | snapshot |
| 2014-07-15 |
bors | auto merge of #57 : ebfe/cargo/git-chmod, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #199 : jdeseno/cargo/cleanup, r=alexcrichton |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
Joshua DeSeno | remove unecessary return statement |
commit | commitdiff | tree | snapshot |
| 2014-07-14 |
bors | auto merge of #198 : rust-lang/cargo/another-nightly... |
commit | commitdiff | tree | snapshot |
| next |